home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mmdf / mmdf-IIb.43 / h / d_clogcodes.h < prev    next >
Encoding:
C/C++ Source or Header  |  1986-02-01  |  322 b   |  10 lines

  1. /*
  2.  *     codes used for logging telephone calls through the auto-dialer
  3.  */
  4.  
  5. # define  LOG_ABAN       'A'     /*  call was abandoned  */
  6. # define  LOG_COMP       'C'     /*  call was completed normally  */
  7. # define  LOG_START      'S'     /*  call starting  */
  8. # define  LOG_OPEN       'O'     /*  open the call log  */
  9.  
  10.